ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / IItemCollection<T> Interface / Item Property
index of the item

In This Topic
    Item Property (IItemCollection<T>)
    In This Topic
    Gets the item by index
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    T this[ 
       int index
    ]; {get;}

    Parameters

    index
    index of the item
    See Also